Add some css parser tests
authorMatthias Clasen <mclasen@redhat.com>
Sun, 20 Dec 2015 22:33:24 +0000 (17:33 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 21 Dec 2015 11:28:25 +0000 (06:28 -0500)
commitd081b309d5b87bff1b68e189289de5b3c0ef7dc6
tree4e4cb2b2fa746b7be81c09be2b3b8901c321aa00
parenta54fadced69dba4e004fecb97e5e1207cb38df52
Add some css parser tests

These tests exercise many allowed ways to specify various
properties.
64 files changed:
testsuite/css/parser/background-clip.css [new file with mode: 0644]
testsuite/css/parser/background-clip.ref.css [new file with mode: 0644]
testsuite/css/parser/background-image.css [new file with mode: 0644]
testsuite/css/parser/background-image.ref.css [new file with mode: 0644]
testsuite/css/parser/background-origin.css [new file with mode: 0644]
testsuite/css/parser/background-origin.ref.css [new file with mode: 0644]
testsuite/css/parser/background-repeat.css
testsuite/css/parser/background-repeat.ref.css
testsuite/css/parser/background-size.css
testsuite/css/parser/background-size.ref.css
testsuite/css/parser/border-color.css [new file with mode: 0644]
testsuite/css/parser/border-color.ref.css [new file with mode: 0644]
testsuite/css/parser/border-radius-shorthand.css [new file with mode: 0644]
testsuite/css/parser/border-radius-shorthand.errors [new file with mode: 0644]
testsuite/css/parser/border-radius-shorthand.ref.css [new file with mode: 0644]
testsuite/css/parser/border-radius.css
testsuite/css/parser/border-radius.errors [deleted file]
testsuite/css/parser/border-radius.ref.css
testsuite/css/parser/border-style.css [new file with mode: 0644]
testsuite/css/parser/border-style.ref.css [new file with mode: 0644]
testsuite/css/parser/border-width.css [new file with mode: 0644]
testsuite/css/parser/border-width.ref.css [new file with mode: 0644]
testsuite/css/parser/box-shadow.css [new file with mode: 0644]
testsuite/css/parser/box-shadow.ref.css [new file with mode: 0644]
testsuite/css/parser/color.css [new file with mode: 0644]
testsuite/css/parser/color.ref.css [new file with mode: 0644]
testsuite/css/parser/font-family.css
testsuite/css/parser/font-family.ref.css
testsuite/css/parser/font-size.css [new file with mode: 0644]
testsuite/css/parser/font-size.ref.css [new file with mode: 0644]
testsuite/css/parser/font-stretch.css [new file with mode: 0644]
testsuite/css/parser/font-stretch.ref.css [new file with mode: 0644]
testsuite/css/parser/font-style.css [new file with mode: 0644]
testsuite/css/parser/font-style.ref.css [new file with mode: 0644]
testsuite/css/parser/font-variant.css [new file with mode: 0644]
testsuite/css/parser/font-variant.ref.css [new file with mode: 0644]
testsuite/css/parser/font-weight.css [new file with mode: 0644]
testsuite/css/parser/font-weight.ref.css [new file with mode: 0644]
testsuite/css/parser/letter-spacing.css [new file with mode: 0644]
testsuite/css/parser/letter-spacing.ref.css [new file with mode: 0644]
testsuite/css/parser/margin.css [new file with mode: 0644]
testsuite/css/parser/margin.ref.css [new file with mode: 0644]
testsuite/css/parser/opacity.css [new file with mode: 0644]
testsuite/css/parser/opacity.ref.css [new file with mode: 0644]
testsuite/css/parser/outline-color.css [new file with mode: 0644]
testsuite/css/parser/outline-color.ref.css [new file with mode: 0644]
testsuite/css/parser/outline-offset.css [new file with mode: 0644]
testsuite/css/parser/outline-offset.ref.css [new file with mode: 0644]
testsuite/css/parser/outline-radius.css [new file with mode: 0644]
testsuite/css/parser/outline-radius.ref.css [new file with mode: 0644]
testsuite/css/parser/outline-style.css [new file with mode: 0644]
testsuite/css/parser/outline-style.ref.css [new file with mode: 0644]
testsuite/css/parser/outline-width.css [new file with mode: 0644]
testsuite/css/parser/outline-width.ref.css [new file with mode: 0644]
testsuite/css/parser/padding.css [new file with mode: 0644]
testsuite/css/parser/padding.ref.css [new file with mode: 0644]
testsuite/css/parser/text-decoration-color.css [new file with mode: 0644]
testsuite/css/parser/text-decoration-color.ref.css [new file with mode: 0644]
testsuite/css/parser/text-decoration-line.css [new file with mode: 0644]
testsuite/css/parser/text-decoration-line.ref.css [new file with mode: 0644]
testsuite/css/parser/text-decoration-style.css [new file with mode: 0644]
testsuite/css/parser/text-decoration-style.ref.css [new file with mode: 0644]
testsuite/css/parser/text-shadow.css [new file with mode: 0644]
testsuite/css/parser/text-shadow.ref.css [new file with mode: 0644]